home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / Readme.install < prev    next >
Text File  |  1994-04-25  |  3KB  |  73 lines

  1. **********************************************************************
  2.     SNNS Version 3.2 Installation 
  3. **********************************************************************
  4.  
  5. Note that  SNNS has not been tested extensively  in different computer
  6. environments and is a research tool with frequent substantial changes.
  7. It should be obvious that we don't guarantee anything. We are also not
  8. staffed to answer problems with SNNS or to fix bugs quickly.
  9.  
  10. SNNS  currently runs on colour or black and white Sun-3, Sun-4 (SPARC)
  11. systems  under  SunOS 4.1.1  with X-Windows  X11R4 and  X11R5  (Athena
  12. widget set,  twm, MIT  fonts etc.)  and under Sun  OpenWindows 3.0. It
  13. also  runs  on DecStations  with MIPS R3000  Processor with  X-Windows
  14. X11R4 and  X11R5. It has not been tested on out of the box DecStations
  15. with DecWindows. It has also been tested recently on  the  IBM RS 6000
  16. with AIX version  3.2. In general, the SNNS kernel will run  on almost
  17. any  Unix  system, while  the  graphical  user  interface  might  give
  18. problems with systems which are not fully X11R4 (or X11R5) compatible.
  19.  
  20. To build SNNS  in the  directory in which  you have moved it you first
  21. have  to generate  the correct Makefiles for your machine architecture
  22. and window system used. To do this, simply call the shell script
  23.  
  24.     configure
  25.  
  26. This prompts you for information  about  the  machine architecture and
  27. the  window system  and  builds  all  necessary  makefiles  with  this
  28. information. It uses templates found in  the  directory  configuration
  29. for  this task. At the end of this script,  you will be told about the
  30. next step to build the simulator.
  31.  
  32. The next step to build the simulator is  usually  to build  the kernel,
  33. the tools and the graphical user interface with the command
  34.  
  35.         build all
  36.  
  37. or with the three commands
  38.  
  39.         build kernel
  40.         build xgui
  41.         build tools
  42.  
  43. This script descends into the appropriate subdirectories and calls the
  44. makefiles  in  these  subdirectoires  to  compile all necessary source
  45. files  and link  the  object  files  into  one  executable  file.  The
  46. executable is located in
  47.  
  48.         <SNNS-dir.>/xgui/bin/<architecture>/xgui
  49.  
  50. where <SNNS-dir.> is the current  SNNS directory and <architecture> is
  51. the machine architecure, e.g.  sun3, sparc, dec, rs6000, hp9000, 
  52. pc386, or others.
  53.  
  54. We  usually  build  a symbolic link  named  'snns'  to  point to  this
  55. executable if we often work on the same machine architecture.
  56.  
  57.         ln -s  xgui/bin/<architecture>/xgui  snns
  58.  
  59. This link  may also  be  placed in the  user home  directory (with the
  60. proper path prefix to SNNS) or in a directory of binaries in the local
  61. users' search path.
  62.  
  63. The simulator is then called simply with
  64.  
  65.         snns
  66.  
  67. For  further details about calling the simulator  and working with the
  68. graphical user interface see the user manual.
  69.  
  70. **********************************************************************
  71.     End of document 'SNNS Version 3.2 Installation'
  72. **********************************************************************
  73.